Revision 76c486e3
Von Sven Schöling vor etwa 15 Jahren hinzugefügt
SL/MoreCommon.pm | ||
---|---|---|
1 | 1 |
package SL::MoreCommon; |
2 | 2 |
|
3 | 3 |
require Exporter; |
4 |
@ISA = qw(Exporter); |
|
4 |
our @ISA = qw(Exporter);
|
|
5 | 5 |
|
6 |
@EXPORT = qw(save_form restore_form compare_numbers any cross); |
|
7 |
@EXPORT_OK = qw(ary_union ary_intersect ary_diff listify); |
|
6 |
our @EXPORT = qw(save_form restore_form compare_numbers any cross);
|
|
7 |
our @EXPORT_OK = qw(ary_union ary_intersect ary_diff listify);
|
|
8 | 8 |
|
9 | 9 |
use YAML; |
10 | 10 |
|
11 | 11 |
use SL::AM; |
12 | 12 |
|
13 |
use strict; |
|
14 |
|
|
13 | 15 |
sub save_form { |
14 | 16 |
$main::lxdebug->enter_sub(); |
15 | 17 |
|
Auch abrufbar als: Unified diff
Und wieder ein Schwung strict.