Beefy Boxes and Bandwidth Generously Provided by pair Networks
Think about Loose Coupling
 
PerlMonks  

guha's scratchpad

by guha (Priest)
on Jun 01, 2004 at 16:24 UTC ( [id://358183]=scratchpad: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    #!perl -w
    use Foo::FatalsToEmail qw(Mailhost 192.168.0.100 Address guha@xxxxx.se
    +);
    
    die "with an icepick in the forehead";
    
  2. or download this
    package FatalsToEmail;
    use strict;
    ...
      }
    }
    
  3. or download this
    C:\Labbet\OLD>perl test.pl
    Content-Type: text/html
    ...
    Mon May  5 22:49:07 2003:3412:test.pl:7: with an icepick in the forehe
    +ad at test.pl line 7.
    (send_mail saw to:  at C:/DEV/Perl/site/lib/Foo/FatalsToEmail.pm line 
    +85.
    )
    
  4. or download this
    To VSarkiss
    
    ...
        print LOG;
    }
    Changing "unless" to "if" is what I'm yabbing about but never mind.
    
  5. or download this
    This contains NEW info, there is always something new to learn along t
    +he perly path
    CB snapshot 2003-02-04
    ...
    <BazB> Thanks, Corion, bart.
    castaway files away that bit of info for later use :)
    
  6. or download this
    To sch
    
    ...
    foreach my $type (keys(%fruit)) {
        print "$type : ",scalar keys %{ $fruit{$type} }, "\n";
    }
    

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 cooling their heels in the Monastery: (3)
As of 2024-04-20 04:08 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found