- or download this
#!/usr/local/bin/perl -w
...
}
- or download this
#!/usr/bin/perl -w
...
close FIFO;
- or download this
my %IniStruct = (
qr/^MONICACTE RAIZ$/ => {
...
}
}
- or download this
<HTML>
<HEAD>
...
<FRAME SRC="qry_empty.html" NAME=FRM_QRY NORESIZE>
</FRAME>
</HTML>
- or download this
use strict;
use CGI ':standard';
...
print "Content-type: text/html\n\n";
print $template->output;
- or download this
use IO::Socket;
...
}
close $client
- or download this
use Tk;
use Tk::HList;
...
}
}
}
- or download this
my @resultados = `rsh worst-station -l ab-user ls -lta /space`;
...
close LOG;