- or download this
#!/usr/bin/perl
...
$auto->fire_up_front_end
or die;
- or download this
package Auto::GUI;
...
1;
- or download this
package Auto::MakeArticle;
...
1;
- or download this
---------- Capture Output ----------
> "C:\Perl\bin\perl.exe" auto.pl
message from MakePage
> Terminated with exit code 0.