1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
xiphias@Helios:~/Desktop/perl$ ./test.pl
pwn this fool.
ARRAY(0x814f630)
...moar
ARRAY(0x814f840)
I am the reference ARRAY(0x814f840)
I am the reference $foo
even moar!... hashes...
We use salt to flavor the hashbrown.
That's all folks
xiphias@Helios:~/Desktop/perl$ ./test.pl
syntax error at ./test.pl line 46, near "exit"
Missing right curly or square bracket at ./test.pl line 47, within string
Execution of ./test.pl aborted due to compilation errors.
xiphias@Helios:~/Desktop/perl$
|