[ar0n]#!/usr/bin/perl -w use strict; my $file = "/etc/passwd"; my $data; open(FILEHANDLE, "$file") || die "Can't read $file: $!\n"; print $data while(read(FILEHANDLE, $data, 1024)); close(FILEHANDLE);
In reply to (ar0n) Re: Image Uploading
by ar0n
in thread Image Uploading
by Anonymous Monk
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |