Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl 
    use warnings;
    ...
    
    my $unread_count = get($url);
    print "\nUnread string: $unread_count\n" if defined $unread_count;
    
  2. or download this
    G:\incoming\home\perl>perl unreadtracker.pl
    |-1||                                      
           
    G:\incoming\home\perl>