Beefy Boxes and Bandwidth Generously Provided by pair Networks
Your skill will accomplish
what the force of many cannot
 
PerlMonks  

kimmel's scratchpad

by kimmel (Scribe)
on Jun 19, 2011 at 18:12 UTC ( [id://910460]=scratchpad: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    if ( $show_banner == 1 ) {
        print STDERR "$app_name $version ($app_www)\n";
        print STDERR "$copyright $author, $author_email\n\n";
    }
    
  2. or download this
    use Tie::Trace qw( watch );
    
    my $show_banner = 1;
    watch $show_banner;
    
  3. or download this
    main:: $show_banner => 0 at ./colordiff.pl line 156.
    

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?Last hourOther CB clients
Other Users?
Others studying the Monastery: (5)
As of 2024-04-25 16:19 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found