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

Re: Grab input from the user and Open the file

by AnomalousMonk (Archbishop)
on Nov 26, 2016 at 22:11 UTC ( [id://1176626]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    my $directory = '/home/psimo/it441/challenge/logs';                   
    ...        
    ...
    my $path_file = "$directory/$theFile";
    open my $fh, '<', $path_file or die "opening '$path_file': $!"; 
    ...
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others exploiting the Monastery: (7)
As of 2024-04-23 09:44 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found