NAME
Acme::Cavaspazi - a simple script to remove spaces from filenames or file contents, but also a tribute to old school robust bioinformatics tools
VERSION
version 0.0.7
SYNOPSIS
use Acme::Cavaspazi;
my $input = "with spaces";
my $filepath = cavaspazi($input);
cavaspazi()
Remove spaces from the input string or the strings in the input array
ACKNOWLEDGEMENTS
This module is a tribute to the resilience of pioneer bioinformaticians working with Perl to convert files and fix formats.
The bioinformaticians trained by Nicola Vitulo are grateful for the lack of spaces.
In those foggy times a script called cavaspazi.pl
became a pillar of complex pipelines. It was cool, except it didn't remove spaces.
AUTHOR
Andrea Telatin <proch@cpan.org>
COPYRIGHT AND LICENSE
This software is Copyright (c) 2022 by Andrea Telatin, Nicola Vitulo.
This is free software, licensed under:
The MIT (X11) License
1 POD Error
The following errors were encountered while parsing the POD:
- Around line 67:
=back doesn't take any parameters, but you said =back 1;
=back without =over