NAME
WebService::TVDB::Util - Utility functions
VERSION
version 1.133200
SYNOPSIS
use WebService::TVDB::Util qw(pipes_to_array);
METHODS
pipes_to_array($string)
Takes a string such as "|Comedy|Action|" and returns an array without the pipes.
get_api_key_from_file($file)
Slurps the api_key from file
AUTHOR
Andrew Jones <andrew@arjones.co.uk>
COPYRIGHT AND LICENSE
This software is copyright (c) 2013 by Andrew Jones.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.