in reply to Re^2: Perl Expect : Get the complete matched string (updated)
in thread Perl Expect : Get the complete matched string
Hi cryptonite1,
What does the string you want to get the filename from look like exactly? Use this to print it:
use Data::Dumper; $Data::Dumper::Useqq=1; print Dumper($after_match);
Regards,
-- Hauke D
|
|---|