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

Re: Windows strawberry perl Getopt::Long fails

by 2teez (Vicar)
on Dec 05, 2012 at 14:52 UTC ( [id://1007301]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    use warnings;
    use strict;
    ...
    my @gn;
    p @gn;    # print [] i.e empty
    print my $c = () = @gn;    ## print 0
    
  2. or download this
    # your script.pl 
    use warnings;
    ...
    print "@libfiles\n";
    my $LstCnt = @libfiles;
    print "$LstCnt\n";
    
  3. or download this
    foo bar baz
    3
    

Log In?
Username:
Password:

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

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

    No recent polls found