Beefy Boxes and Bandwidth Generously Provided by pair Networks
Your skill will accomplish
what the force of many cannot
 
PerlMonks  

Use of LE is deprecated

by Jonathan (Curate)
on Jul 08, 2003 at 12:51 UTC ( [id://272258]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    #!/usr/local/bin/perl -w
    use strict;
    open LE, "<y" or die "can't open y: $!";
    close LE;
    
  2. or download this
    Use of LE is deprecated at x line 3.
    Not enough arguments for open at x line 3, near "open LE"
    ...
    Use of LE is deprecated at x line 4.
    syntax error at b line 4, near "LE;"
    Execution of x aborted due to compilation errors.
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others studying the Monastery: (4)
As of 2024-04-25 05:17 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found