Beefy Boxes and Bandwidth Generously Provided by pair Networks
Problems? Is your data what you think it is?
 
PerlMonks  

jdtoronto's scratchpad

by jdtoronto (Prior)
on Jun 03, 2004 at 16:50 UTC ( [id://360269]=scratchpad: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
      $smtp->datasend("Date: $now\n");
      $smtp->datasend("To: $self->{_to}\n");
    ...
      $smtp->datasend("\n");
      my $rv = $smtp->dataend();
      $smtp->quit();
    
  2. or download this
      my $q    = $self->query;
      my $file = $q->param('image');
    ...
        print OP $buffer;
      }
      close LOCAL;
    

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 having a coffee break in the Monastery: (3)
As of 2024-04-26 00:07 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found