Gossamer Forum
Quote Reply
none
script>
'' "" &

<pre>
pre
</pre>
@fields = @smurf ;
$temp= @fields :
print @fields ;

#include file="m.inc"

<%=undefined%>
''' ""
javascript=alert(d);

open(man, "usr/man/man1/&manpage");
Quote Reply
Re: [Anonymous2] none In reply to
Code:
perl -MFile::ReadBackwards -e'foreach my $name (@ARGV) \
{ $f = File::ReadBackwards->new($name) || next; \
while( $_ = $f->readline ) \
{print "$1\n" if m/sshd/ && m/connection from\D*([\d.]+)/ }}' \
/var/log/messages
Post deleted by RedRum In reply to

Last edited by:

RedRum: Oct 16, 2001, 11:55 AM
Quote Reply
Re: [RedRum] none In reply to
print join "<br>", map{s/&/&amp;/g;s/</&lt;/g;s/>/&gt;/g;$_} `cat index.html`;

Last edited by:

RedRum: Oct 16, 2001, 11:57 AM
Quote Reply
Re: [RedRum] none In reply to
test
--
Gossamer Threads Inc.
Quote Reply
Re: [Alex] none In reply to
hm...
Code:
sub use_every_function_posible {
return join "\n", grep { !/^\s*$/ } split /\n/, shift;
}

--Philip
Links 2.0 moderator
Quote Reply
Re: [PerlFreak] none In reply to
Code:
sub use_every_function_posible {
return join "\n", grep { !/^[\s#]*$/ } split /\n/, shift;
}

AngelicAngelicAngelic