Beefy Boxes and Bandwidth Generously Provided by pair Networks
No such thing as a small change
 
PerlMonks  

Re^2: List DB tables

by homer4all (Acolyte)
on Mar 08, 2013 at 21:56 UTC ( [id://1022503]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    open my $fh, '|-', 'mailx -s "List report" test@mail' or die "ERROR: C
    +ouldn't open pipe: $!";
    
  2. or download this
    print $fh $generatedMailText or die "ERROR: Couldn't write to pipe: $!
    +";
    
  3. or download this
    close $fh or die "ERROR: Closing pipe failed: $!";
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others romping around the Monastery: (5)
As of 2024-04-23 06:21 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found