I am running a Windows 7 box with ActiveState Perl v.5.26.1. The perl 5 interpreter crashes on this simple program--why?
#!perl use strict; use warnings; open INFILE, '<', $0; while (<INFILE>) { chomp; parser $_; } sub parser { print "Hello, world\n"; } __END__
In reply to perl 5 interpreter crashes by pmclot
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |