Beefy Boxes and Bandwidth Generously Provided by pair Networks
"be consistent"
 
PerlMonks  

clipcommand.pl (Embed perl into your clipboard)

by antirice (Priest)
on Nov 01, 2007 at 14:58 UTC ( [id://648493]=CUFP: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    -- def_macro hello
    my $name = shift || "world";
    print "Hello $name!";
    
  2. or download this
    -- hello
    
  3. or download this
    -- def_macro hello
    my @in = map { chomp;length($_) ? $_ :() } (@ARGV,<STDIN>);
    chomp(@in);
    @in = "world" unless @in;
    print "Hello $_" for @in;
    
  4. or download this
    -- hello me
    myself
    I
    
  5. or download this
    Hello me
    Hello myself
    Hello I
    
  6. or download this
    #!/usr/bin/perl -l
    
    ...
    
    
    __END__
    
  7. or download this
    -- def_macro eval
    eval join "",<>
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: CUFP [id://648493]
Approved by Corion
Front-paged by kappa
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others musing on the Monastery: (2)
As of 2024-04-26 06:00 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found