- or download this
#!/usr/bin/perl
use strict;
...
'key3' => 'test2',
'key4' => 'test1'
};
- or download this
#!/usr/bin/perl
use strict;
...
'key1' => 'test1',
'key3' => 'test2'
};
- or download this
#!/usr/bin/perl
use strict;
...
'alt2' => 'test2',
'alt1' => 'test1'
};
- or download this
#!/usr/bin/perl
use strict;
...
'alt2' => 'test2',
'alt1' => 'test1'
};