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
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/...
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?
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.