- or download this
use strict;
use warnings;
...
line(4,qq(<div style="clear:both"><input type="submit" value="submit">
+</div>));
line(3,qq(</form>));
end_html();
- or download this
sub tab {
my ($var) = @_;
...
my ($tab,$var) = @_;
print tab($tab).$var."\n";
}
- or download this
package Base::CSV::Hash;
...
}
1;