my $vol_to_parse = qr{ /what/ever }xms; my $line = get_a_line_somehow(); if ($line =~ m{ ($vol_to_parse .*) }xms) { print "$1 \n"; }
In reply to Re^4: Parsing a file line by line until a certain indice in array
by AnomalousMonk
in thread Parsing a file line by line until a certain indice in array
by sluggo
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |