Beefy Boxes and Bandwidth Generously Provided by pair Networks
Do you know where your variables are?
 
PerlMonks  

Re: Requesting suggestions for one day Perl course

by tachyon (Chancellor)
on Feb 29, 2004 at 21:12 UTC ( [id://332702]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -w
    use strict;
    my $str = 'World';
    print "Hello $str\n";
    print 'Hello $str\n";
    
  2. or download this
    # inplace edit with backup
    perl -pi.bak -e 's/this/that/' ./somefiles*
    ...
    # perl grep
    perl -ne 'print "$.\t$_" if m/some_re/' ./file.txt
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://332702]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others having a coffee break in the Monastery: (8)
As of 2024-04-23 12:42 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found