Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

help with a regex. 1

Status
Not open for further replies.

dman4x4

Technical User
Joined
Aug 10, 2006
Messages
2
Location
US
Hi,

I'm looking at this perl script and found one line that looks like a regex. Any idea what it does?

$var="/..%01" x 40;


Thanks
dman
 
not a regex, creates a string of 40 times '/..%01';

print $var."\n";


HTH

Paul
------------------------------------
Spend an hour a week on CPAN, helps cure all known programming ailments ;-)
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top