Beefy Boxes and Bandwidth Generously Provided by pair Networks
Just another Perl shrine
 
PerlMonks  

File existance check failure

by Festus Hagen (Novice)
on Nov 10, 2012 at 20:18 UTC ( [id://1003275]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    
    ...
    } else {
      print "NOT Found!\n";
    }
    
  2. or download this
    # FreeBSD script works ...
    #!/bin/sh
    ...
    else
      echo NOT Found!
    fi
    
  3. or download this
    rem Windows batch (cmd) works ...
    @echo off
    ...
    ) else (
      echo NOT Found!
    )
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others drinking their drinks and smoking their pipes about the Monastery: (4)
As of 2024-03-29 05:23 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found