- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I wrote a small script in perl which saves the results into a .html file, to be viewed by netscape etc.
Link Copied
3 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
how to use it?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
first save the output of vtl view:
vtl view >cg.txt
then run the script view.pl on the output file:
view.pl cg.txt
this will create a file called cg.txt.html and open it in netscape
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
This is a great little script!
FYI only, on one system at LinuxWorld last month I had to actually invoke perl itself as well: probably something weird about the Linux installation, but worked like a champ:
$ perl view.pl cg.txt
cheers
jdg
FYI only, on one system at LinuxWorld last month I had to actually invoke perl itself as well: probably something weird about the Linux installation, but worked like a champ:
$ perl view.pl cg.txt
cheers
jdg
Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page