- or download this
sub p () {
use constant P=>' )';
...
$, = p;
print q; #Just Another Perl Hacktress ;^P
- or download this
sub p () {
use constant P=>' )';
...
}
$, = p;
print q; #Just Another Perl Hacktress ;^P
- or download this
use constant P => ' )';
print q; #Just Another Perl Hacktress ;^P