view bin/bienvenue @ 12479:fc74ac1f8b61 draft

<b_jonas> slashlearn password//The password of the month is OFFSET 0 ROW FETCH NEXT 50 ROW ONLY.
author HackEso <hackeso@esolangs.org>
date Sat, 01 Apr 2023 14:31:10 +0000
parents ceb43c4d37de
children
line wrap: on
line source

#!/usr/bin/perl -w
my $bin = $ENV{"HACKENV"}."/bin"; if (defined($_=shift)) { s/ *$//;  s/ +/ @ /g; exec "$bin/@", $_ . " ? welcome.fr"; } else { exec "$bin/?", "welcome.fr"; }