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

matra555's scratchpad

by matra555 (Monk)
on Jan 04, 2005 at 00:27 UTC ( #419110=scratchpad: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    use strict;
    ...
    my $f = `fortune`;
    chomp(my $w = `echo \$USER`);
    print "\nHello, $w!  Your fortune for today is:\n\n $f\n";
    
  2. or download this
    #!/usr/bin/perl
    use strict;
    ...
       }
    }
    movement();
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Chatterbox?
and the web crawler heard nothing...

How do I use this? | Other CB clients
Other Users?
Others avoiding work at the Monastery: (2)
As of 2023-03-24 03:53 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?
    Which type of climate do you prefer to live in?






    Results (60 votes). Check out past polls.

    Notices?