- or download this
200
200
...
Back 1 OK
200
Back 2 OK
- or download this
#!perl
...
print("\n");
}
- or download this
$ perl a.pl 0
200
...
200
http://www.vitoco.cl/test-ref/img1
- or download this
$ perl a.pl 0
200
...
$ perl a.pl 1
Died at a.pl line 22.
- or download this
if ( $request->method eq 'GET' || $request->method eq 'POST' ) {
$self->_push_page_stack();
}
- or download this
$self->_push_page_stack();