Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by encore4

  1. encore4

    converts data in perl

    Thanks Sorry to be unclear; I want the script to do exactly that you describe "take into account some situations where you may not want to alter the scalar
  2. encore4

    converts data in perl

    what I need is a working regular expression import for example this file with your script and write to it ###before change #!/usr/bin/perl -w use strict; chdir('/home/johan/perlovn') or die "$!"; my $long_variabel_name; while(<*>) { $long_variabel_name = $_; tr/A-Z/a-z/...
  3. encore4

    converts data in perl

    Hi I am at a beginner level and I am using linux.I have searched the net, but I can't figure out how to solve this! I need a script that takes sourcecode as input and converts it from $long_variable to $shortvariable How do yu do that?
  4. encore4

    can' t Connecting over tcp ip socket linux

    Hi I am a newbie, but I am on my way becoming sysadmin Linux. I have really done my job searching the internet ,but getting nowhere in over a week I hope this is the apropriate place to write this question. I have an issue that I don't understand concerning the manual My job is to install...

Part and Inventory Search

Back
Top