Beefy Boxes and Bandwidth Generously Provided by pair Networks
We don't bite newbies here... much
 
PerlMonks  

Re: Finding unused functions and vars?

by Juerd (Abbot)
on Oct 03, 2003 at 14:06 UTC ( [id://296250]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    my ($foo, $bar, $baz, $quux, $blah);
    
  2. or download this
    my $foo;
    my $bar;
    my $baz;
    my $quux;
    my $blah;
    
  3. or download this
    my $foo = /aoeu/ ? 15 : 16;
    
    ...
    open my $quux, '<', $file or die $!;
    
    my $bytes_read = read $quux, my($blah), $length;
    

Log In?
Username:
Password:

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

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

    No recent polls found