Ok, maybe Re^3: hex code passed from command line is interpreted literally in substitution, and starting at Re^3: hex code passed from command line is interpreted literally in substitution
Maybe this will help
| real perl program | SAME perl program (also real) | logical equivalent (also real, but some subs undefined) |
|---|---|---|
| print "\x41"; | print('A'); | print( chr( 65 ) ); |
| print "\x41t the $hop"; | print('At the'.$hop); |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
In reply to Re^11: hex code passed from command line is interpreted literally in substitution
by Anonymous Monk
in thread hex code passed from command line is interpreted literally in substitution
by Allasso
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |