Statement Perl

NUMBER: while (<>) {
    next NUMBER if /^-/;      
    print; 
}