A simple use case
#!/usr/bin/perl use Data::Dumper; use strict; use warnings; my @list = qw (hi there); print Dumper(@list);
Output
$VAR1 = 'hi'; $VAR2 = 'there';
In reply to Re^3: Calculate date with days
by sk
in thread Calculate date with days
by darrengan
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |