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

Perlscript is not generating output in files

by manishrathi (Beadle)
on Jun 23, 2011 at 16:26 UTC ( [id://911107]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    #!C:\Interwoven\TeamSite/iw-perl/bin/iwperl
    use File::Copy;
    use TeamSite::Config;
    ...
    
    #unlink($fileName);
    exit;
    
  2. or download this
    sub copy_recursively {
                    my ($from_dir,$to_dir) = @_;
                    opendir(DIR, $from_dir) or die "Could not open dir '$f
    +rom_dir': $!";
    ...
                                    print FILEOUT "$file_content[$v]";
                                                                
                                }
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others rifling through the Monastery: (6)
As of 2024-04-18 10:01 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found