Home : General : Perl Programming :

General: Perl Programming: Re: [Paul] Auto Backup script..: Edit Log

Here is the list of edits for this post
Re: [Paul] Auto Backup script..
I thought

Code:
sub() {
something;
}


and

Code:
sub {
something;
}


were the same. They are both sub routines that just don't accept any input aren't they? They'd end up both being constants as there isn't any variables that would effect the output?
Cheers,
Michael Bray

Last edited by:

Michael_Bray: Jun 25, 2002, 8:37 PM

Edit Log: