Added some code to peer into a data structure in Maemian/Schedule.pm. Also added the
[maemian] / nokia-lintian / testset / scripts / perl-bizarre-2
1 #!/bin/sh
2 eval 'exec /usr/bin/perl -wS $0 ${1+"$@"}'
3     if $running_under_some_shell;
4
5 # I'm someone following perlrun except without using the Perl #! line.
6 # Now something to choke bash.
7 while (<>) { if (/%#/) { print } }