Beefy Boxes and Bandwidth Generously Provided by pair Networks
go ahead... be a heretic
 
PerlMonks  

Re^5: very new to perl; suggestions for porting this shell script to perl?

by Cristoforo (Curate)
on May 31, 2011 at 00:08 UTC ( [id://907392]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    my @cat = qw/ Audio Graphics Network Settings System Utility /; # in y
    +our desired order
    my $regex = join "|", @cat;
    my @files = glob "/usr/share/applications/*.desktop"; # as before
    
  2. or download this
    for my $category ( @cat ) {
        next unless exists $data{ $category };
        print "Submenu = \"$category\" {\n";
            . . . . .
    

Log In?
Username:
Password:

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

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

    No recent polls found