Beefy Boxes and Bandwidth Generously Provided by pair Networks
laziness, impatience, and hubris
 
PerlMonks  

Re: Okay I have cleaned it up a little bit

by blazar (Canon)
on Feb 15, 2007 at 17:47 UTC ( [id://600255]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -w
    
    use strict;
    
  2. or download this
    use warnings;  # rather than -w
    
  3. or download this
    system "netbackup/bin/admincmd/bpdbjobs -report -all_columns\n";
    
  4. or download this
    mail "xxxxxx@xxxxx.com
    
  5. or download this
    campari:~ [18:37:59]$ perldoc -f mail
    No documentation for perl function `mail' found
    
  6. or download this
    mail "xxxxxx\@xxxxx.com";
    
  7. or download this
    mail 'xxxxxx@xxxxx.com';
    
  8. or download this
    Bareword "com" not allowed while "strict subs" in use at ./nb.pl line 
    +7.<br>
    Unquoted string "com" may clash with future reserved word at ./nb.pl l
    +ine 7.<br>
    Execution of ./nb.pl aborted due to compilation errors.
    <br>
    
  9. or download this
    String found where operator expected at foo2.pl line 7, at end of line
            (Missing semicolon on previous line?)
    Can't find string terminator '"' anywhere before EOF at foo2.pl line 7
    +.
    

Log In?
Username:
Password:

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

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

    No recent polls found