NAME
punstr - Print strfile string list (in Perl!)
SYNOPSIS
punstr source [datafile]
DESCRIPTION
punstr is a program that un-does the work of strfile. It prints each string found in source according to the order in the strfile data file.
If datafile is not specified, defaults to source.dat.
punstr is a re-implementation of the unstr program found on many Unices. It is meant to show the capabilities of the File::Strfile Perl module.
AUTHORS
Written by Samuel Young <samyoung12788@gmail.com>. Some bits were shamelessly copied from the strfile(8) manual page.
COPYRIGHT
Copyright 2024, Samuel Young
This library is free software; you may redistribute it and/or modify it under the same terms as Perl itself.