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 TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by phoenix24x

  1. phoenix24x

    matching regular expression help (newbie)

    hello, i am attempting to parse the path of a file into 2 variables. here is the code: $fullFilePath = "Q:\yes\iam\perl\newbie\file.txt"; $pathto,$file = substr($fullFile =~ m/(.*)\\(.*)/i); print $pathto; print $file; the error is: Not enough arguments for substr at Y:\pdf\test.pl line...

Part and Inventory Search

Back
Top