Beefy Boxes and Bandwidth Generously Provided by pair Networks
Pathologically Eclectic Rubbish Lister
 
PerlMonks  

Re^10: perl 5.12 BSD portability (CPAN test result)...print

by perl-diddler (Chaplain)
on Mar 20, 2013 at 03:15 UTC ( [id://1024422]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    perl -e 'use P;
    my $x=27;
    ...
    P $y,"through STDOUT=%s", $x'
    27
    through STDOUT=27
    
  2. or download this
    P $x
       #and 
    P STDOUT $x    #without the comma
    
  3. or download this
    # perl -e 'use P;
    P \*STDOUT, "Input was: %s", \*STDIN;      
    ...
    my input
    Input was: <*=my input
    >
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others chilling in the Monastery: (6)
As of 2024-03-28 21:41 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found