File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1919 {
2020 ($module ,$desc ) = m / ^.*(cpg.*) -- (.*)/ ;
2121 ($link ) = m / ^.*c(pg.*) --/ ;
22- print STDOUT " <tr><td><a href=\" http ://www.astro.caltech.edu/~tjp/pgplot/subroutines.html#$link \" >$module </a></td>" ;
22+ print STDOUT " <tr><td><a href=\" https ://www.astro.caltech.edu/~tjp/pgplot/subroutines.html#$link \" >$module </a></td>" ;
2323 }
2424 elsif ( m / (^.*Status:)/ )
2525 {
Original file line number Diff line number Diff line change 1717 if ( m / (^.*Module:)/ )
1818 {
1919 ($module ,$desc ) = m / ^.*Module: (.*) -- (.*)/ ;
20- print STDOUT " <tr><td><a href=\" http ://www.astro.caltech.edu/~tjp/pgplot/subroutines.html#$module \" >$module </a></td>" ;
20+ print STDOUT " <tr><td><a href=\" https ://www.astro.caltech.edu/~tjp/pgplot/subroutines.html#$module \" >$module </a></td>" ;
2121 }
2222 elsif ( m / (^.*Status:)/ )
2323 {
You can’t perform that action at this time.
0 commit comments