Beefy Boxes and Bandwidth Generously Provided by pair Networks
Don't ask to ask, just ask
 
PerlMonks  

ybiC's scratchpad

by ybiC (Prior)
on Jun 01, 2004 at 16:16 UTC ( [id://358176]=scratchpad: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    
    use warnings;
    ...
    
    $p->close;
    
  2. or download this
    /* Nominal LarryWall Theme */
    /* for use with Blue, Green, or Red themes */
    ...
    A:link    {color:#0000ff; background-color:inherit}
    A:visited {color:#800080; background-color:inherit}
    A:active  {color:#ff0000; background-color:inherit}
    
  3. or download this
    # ~/.bash_profile
    if [ -d ~/bin/Pmt ]; then
    ...
    # ~/bin/Pmt/Cb
    clear
    chatterbox -p 17
    
  4. or download this
     #!/usr/bin/perl -w
    use strict;
    {
    ...
        whatever;
      };
    }
    
  5. or download this
    #! /usr/bin/perl -w
    # netsnmpt.pl
    
    ...
        }
       }
    }
    
  6. or download this
    package Cisco::Utils::Internal::DateTime;
    
    $VERSION   = 0.02.00;
    ...
    
    =cut
    
  7. or download this
    package Cisco::Utils::Internal::GetFromUser;
    
    $VERSION = 0.05.20;
    ...
    
    =cut
    
  8. or download this
    package Cisco::Utils::Internal::PrintLogConsole;
    
    $VERSION   = 0.02.09;
    ...
    
    =cut
    
  9. or download this
    package Cisco::Utils::Internal::Unique;
    
    $VERSION   = 0.15.02;
    ...
    
    =cut
    

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 admiring the Monastery: (7)
As of 2024-03-19 01:59 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found