Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl Monk, Perl Meditation
 
PerlMonks  

Re^3: Variable not set properly in perl

by Athanasius (Archbishop)
on Sep 29, 2014 at 03:32 UTC ( [id://1102314]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    xa1 b t g e1
    xa1 a s f a1
    
  2. or download this
    while (($nxt = readline($fh)) =~ /^\+/) {
    
  3. or download this
    .subckt a1 x y z
       xa a b c1
    ...
    
    xa1 b t g e1
    xa1 a s f a1
    
  4. or download this
    use strict;
    use warnings;
    ...
    
    close $fh
        or die "Cannot close file '$ARGV[0]': $!";
    
  5. or download this
    13:20 >perl 1032a_SoPW.pl subs.txt
    line found to be xa1 b t g e1
    ...
     .ends
    
    13:20 >
    
  6. or download this
    use strict;
    
  7. or download this
    #!/usr/bin/perl -w
    ...
    use warnings;
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others surveying the Monastery: (2)
As of 2024-04-20 03:56 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found