while (<SYM>) { m/($insert_expected_symbol_format_here)/ or die "Bad input format"; # or maybe just "or next" my $symbol = $1; };
In reply to Re: same script, different results
by Dallaylaen
in thread same script, different results
by jb60606
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |