We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
https://www.doortodoor.co.kr/parcel/doortodoor.do?fsp_action=PARC_ACT_002&fsp_cmd=retrieveInvNoACT&invc_no=697617657622
Can't call method "as_text" on an undefined value at /path/to/Parcel/Track/KR/CJKorea.pm line 109.
105: for my $e (@elements) { 106: next if $row_index++ == 0; 107: 108: my @tds = $e->look_down( '_tag', 'td' ); 109: push @{ $result{descs} }, join( q{ }, map $_->as_text, @tds[ 1, 0, 3, 2 ] ); 110: 111: $result{result} = join( q{ }, map $_->as_text, @tds[ 1, 0 ] ); 112: }
The text was updated successfully, but these errors were encountered:
Merge branch 'prevent-undefined-error' of https://github.com/aanoaa/P…
ef592c1
…arcel-Track-KR-CJKorea into feature/#2-aanoaa-prevent-undefined-error
Merge branch 'feature/#2-aanoaa-prevent-undefined-error' into develop
8c0a7ea
++@aanoaa
Sorry for late response. I've just released 0.005.
Sorry, something went wrong.
No branches or pull requests
https://www.doortodoor.co.kr/parcel/doortodoor.do?fsp_action=PARC_ACT_002&fsp_cmd=retrieveInvNoACT&invc_no=697617657622
The text was updated successfully, but these errors were encountered: