The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
#!/usr/bin/env bash

if [ -f $HOME/.bashrc ]
  then
    source $HOME/.bashrc
  fi

if [ -f $HOME/.bash_profile ]
  then
    source $HOME/.bash_profile
  fi

$HOME/workspace/categorization-perl/trunk/Text/Corpus/VoiceOfAmerica/scripts/update_Text_Corpus_VoiceOfAmerica.pl $*