Beefy Boxes and Bandwidth Generously Provided by pair Networks
Do you know where your variables are?
 
PerlMonks  

glob quietly fails

by QM (Parson)
on Oct 15, 2012 at 13:14 UTC ( [id://999081]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    #!/usr/env/perl
    
    ...
    }
    
    ##### returns nothing with 129 ####
    
  2. or download this
    my @x = (1..10);
    my @y = qw(one two three four five six seven eight nine ten);
    ...
    
    my @xyz = (\@x, \@y, \@z);
    my $glob = join( ',', map { '{' . join( ',', @$_ ) . '}' } @xyz );
    
  3. or download this
    sub make_combo_iter
    {
    ...
        }; # anonymous iterator sub
        return $iter;
    } # make_combo_iter
    

Log In?
Username:
Password:

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

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

    No recent polls found