in reply to Re: how to get the input file name when perl script runs from the command line?
in thread how to get the input file name when perl script runs from the command line?
worked as expected. thanks a bunchperl -nle '/<meta-property type=\"meta-attribute\">(.*)\<\/meta-proper +ty\>/ and print "$ARGV:$1"' *
|
|---|