#!/usr/bin/perl
@v = qw{
new
open
save
saveall
openftp
saveftp
uploadftp
print
printpreview
};
print " \n";
foreach my $shape ( @v )
{
my $txt =<
EOF
$txt =~ tr/\f//d;
print $txt;
}
print " \n\n";
print <
EOF
my $x = 5;
foreach my $shape ( @v )
{
my $txt =<
EOF
$txt =~ tr/\f//d;
print $txt;
$x += 23;
}
print <
EOF
exit;
1;
__END__