This website works better with JavaScript.
Explore
Help
Sign In
ad_user
/
libsubtitle-perl
Watch
1
Star
0
Fork
You've already forked libsubtitle-perl
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
perl
library
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
5
Commits
1
Branch
0
Tags
120 KiB
Tree:
8c61671e53
master
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from '8c61671e53'
${ noResults }
libsubtitle-perl
/
lib
/
Subtitle
/
ASS.pm
10 lines
75 B
Raw
Normal View
History
Unescape
Escape
+ initial
10 years ago
package
Subtitle::ASS
;
use
strict
;
use
warnings
;
use
utf8
;
use
Carp
;
1
;