Beefy Boxes and Bandwidth Generously Provided by pair Networks
laziness, impatience, and hubris
 
PerlMonks  

ChuckularOne's scratchpad

by ChuckularOne (Prior)
on Jun 01, 2004 at 18:19 UTC ( [id://358347]=scratchpad: print w/replies, xml ) Need Help??

What I'm trying to do is find $rFile in $_ and add it to an array.

This matches only the whole string.

if ( length($rfile) > 0 ) { foreach $item (@clean){ $continue = index($item, $rfile); if ( $continue == 0 ) { $output[++$#output] = $item; } }
Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others sharing their wisdom with the Monastery: (5)
As of 2024-04-25 14:06 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found