Beefy Boxes and Bandwidth Generously Provided by pair Networks
Syntactic Confectionery Delight
 
PerlMonks  

Re^6: RFC: Creating unicursal stars (thanks)

by tye (Sage)
on Nov 12, 2009 at 06:47 UTC ( [id://806652]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/env perl -wl
    use strict;
    ...
    sub y { return "why" }
    print y( $foo );
    print x( $foo );
    
  2. or download this
    #!/usr/bin/env perl -lw
    use strict;
    ...
    print if( $foo );
    print main->if( $foo );
    print log( $foo );
    
  3. or download this
    Ambiguous call resolved as CORE::log(), qualify as such or use & at - 
    +line 16.
    Oops!
    ...
    Oops!
    if(1)
    log(1)
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others taking refuge in the Monastery: (2)
As of 2024-04-26 01:38 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found